home *** CD-ROM | disk | FTP | other *** search
/ Informática Multimedia 1995 April / Informatica Multimedia CD - Epimundo.iso / DOS / FILECOPY / DA110.ZIP / DELALL.DOC < prev    next >
Encoding:
Text File  |  1994-03-31  |  11.1 KB  |  414 lines

  1.  
  2.  
  3.      
  4.      ══════════════════════════════════════════════════════════════════════
  5.  
  6.      
  7.      
  8.      
  9.      
  10.      
  11.                                 ┌──────────────┐
  12.                       ┌─────────┤ DELALL v1.10 ├─────────┐
  13.                       │         └──────────────┘         ├─┐
  14.                       │   Part of OY Utilities for DOS   │ │
  15.                       │                                  │ │
  16.                       │     Shareware Documentation      │ │
  17.                       └─┬────────────────────────────────┘ │
  18.                         └──────────────────────────────────┘
  19.      
  20.      
  21.      
  22.      
  23.      
  24.      
  25.      
  26.      
  27.      
  28.      
  29.      
  30.      
  31.      
  32.      
  33.      
  34.      
  35.      
  36.      
  37.                                  ┌────────────┐
  38.                   ┌──────────────┤ Omer YALHI ├─────────────┐
  39.                   │              └────────────┘             ├─┐
  40.                   │ e-mail compuserve....: 71501,243        │ │
  41.                   │ e-mail internet......: camel@acs.bu.edu │ │
  42.                   │ fax..................: (617) 254 - 8797 │ │
  43.                   └─┬───────────────────────────────────────┘ │
  44.                     └─────────────────────────────────────────┘
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.      ══════════════════════════════════════════════════════════════════════
  59.      
  60.  
  61.  
  62.      DELALL Version 1.10                               OY Utilities for DOS
  63.      ══════════════════════════════════════════════════════════════════════
  64.  
  65.      ┌─────────────┐
  66.      │ DESCRIPTION │
  67.      └─────────────┴───────────────────────────────────────────────────────
  68.      Just a reminder : When  you  register, you will receive the registered
  69.      version, a FREE FILE FINDER plus the FREE UPGRADE, read more  to  find
  70.      out how.
  71.      
  72.      DELLALL.EXE Version 1.10 is a very easy to use utility to get  rid  of
  73.      unwanted  files.  Are you tired of all those BAK files lying around on
  74.      your  hard  disk,  what  about   TMP  files  that  never  got  erased?
  75.      DELALL.EXE is the ultimate solution to get rid of all those files  and
  76.      files of the same type at once.  Very easy to use and behaves like the
  77.      familiar   DOS  commands.   This  version  erases  files  with  normal
  78.      atrributes.  DELALL.EXE is  like  DELTREE.EXE  file  combined with DEL
  79.      command that come with MS-DOS, but better.
  80.      
  81.      To  print  this  file,  which  I  highly recommend because it is a lot
  82.      easier to read, from the command line just type :
  83.      
  84.                               COPY DELALL.DOC PRN
  85.                               
  86.      Thank you for downloading and trying out this program.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.      ══════════════════════════════════════════════════════════════════════
  118.      Written by Omer YALHI  Shareware Documentation                  Page 2
  119.  
  120.  
  121.      DELALL Version 1.10                               OY Utilities for DOS
  122.      ══════════════════════════════════════════════════════════════════════
  123.  
  124.      ┌──────────┐
  125.      │ Switches │
  126.      └──────────┴──────────────────────────────────────────────────────────
  127.      /P Prompt to confirm the deletions.  You will be asked to confirm that
  128.         you want to delete the file.  You will have 3 choices (Yes/No/All):
  129.      
  130.          Y - delete the file 
  131.          A - delete  the  file  and  disable  confirmation  for rest of the
  132.              files.
  133.          N - do NOT delete the file.
  134.      
  135.      /S Program will delete all of the specified files in current directory
  136.         and its sub-directories.
  137.      
  138.      /D If the  directories that are being  searched are empty they will be
  139.         removed but only if at least a file was deleted from the directory.
  140.         This switch, when passed  a  '*.*'  filename,  makes DELALL to work
  141.         like DELTREE command comes with MS-DOS.
  142.           
  143.      /U If the directories that are  being  searched are empty they will be
  144.         removed.
  145.      
  146.      /I In the unregistered version this switch displays  the  registration
  147.         information.  In the registered version it will show information on
  148.         how  to  contact  about the program.  
  149.         
  150.      ■  Switches may be overridden by prefixing any switch with - (hypen).
  151.      
  152.      ■  With file names wild cards, such as * and ?, are allowed.
  153.      
  154.      ■  Best place to put DELALL.EXE file is your DOS directory which is in
  155.         your path.  That way this  file  could be accessed anywhere without
  156.         the need of a change to a directory in  which  DELALL.EXE  resides.
  157.         To  copy,  simply  type  COPY  DELALL.EXE C:\DOS, assuming C is the
  158.         drive where DOS directory resides.
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.      ══════════════════════════════════════════════════════════════════════
  177.      Written by Omer YALHI  Shareware Documentation                  Page 3
  178.  
  179.  
  180.      DELALL Version 1.10                               OY Utilities for DOS
  181.      ══════════════════════════════════════════════════════════════════════
  182.  
  183.      ┌──────────┐
  184.      │ How do I │
  185.      └──────────┴──────────────────────────────────────────────────────────
  186.      ■ delete all of the BAK files in my hard disk which is C drive?
  187.      
  188.                          DELALL C:\*.BAK /S
  189.           
  190.      ■ delete all of the BAK files  in  my hard disk and delete the current
  191.        directory and all of its directories if they contained BAK files and
  192.        are empty?
  193.                          DELALL C:\*.BAK /S /D
  194.      
  195.      ■ delete all of the BAK files in my hard disk and delete  the  current
  196.        directory and all of its directories if empty?
  197.      
  198.                          DELALL C:\*.BAK /S /U
  199.      
  200.      ■ do all of the above without any confirmation?
  201.      
  202.          Just add /-P to the command line.  Such as :
  203.      
  204.                          DELALL C:\FILES\*.BAK /S /U /-P
  205.                          
  206.          this would delete  all  of  the  files  with  the BAK extension in
  207.          C:\FILES directory and all of its subdirectories, deleting all  of
  208.          the empty directories on the way.
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.      ══════════════════════════════════════════════════════════════════════
  236.      Written by Omer YALHI  Shareware Documentation                  Page 4
  237.  
  238.  
  239.      DELALL Version 1.10                               OY Utilities for DOS
  240.      ══════════════════════════════════════════════════════════════════════
  241.  
  242.      ┌────────────────┐
  243.      │ Error Messages │
  244.      └────────────────┴────────────────────────────────────────────────────
  245.      ■ File not found......: You did not give a file name to delete.  Don't
  246.                              forget this  version  does  not support direct
  247.                              directory deleting.   If  you  would  like  to
  248.                              delete  a  directory  and all of its files you
  249.                              would have to write :
  250.                                             DELALL C:\DIRECTORY_NAME\*.* /D
  251.                                                                            
  252.      ■ Path not found......: You  gave  a  directory  name  that  does  not
  253.                              exists.  Check the directory name.
  254.      
  255.      ■ Invalid switch......: The switch  passed  is  not  supported.   Look
  256.                              under SWITCHES to see which are available.
  257.      
  258.      ■ Too many parameters.: You probably entered two different paths, this
  259.                              version only supports one specific path.
  260.                              
  261.      ■ Too few parameters..: You probably forgot to give it a file name.
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274.  
  275.  
  276.  
  277.  
  278.  
  279.  
  280.  
  281.  
  282.  
  283.  
  284.  
  285.  
  286.  
  287.  
  288.  
  289.  
  290.  
  291.  
  292.  
  293.  
  294.      ══════════════════════════════════════════════════════════════════════
  295.      Written by Omer YALHI  Shareware Documentation                  Page 5
  296.  
  297.  
  298.      DELALL Version 1.10                               OY Utilities for DOS
  299.      ══════════════════════════════════════════════════════════════════════
  300.  
  301.      ┌─────────────┐
  302.      │ Other Notes │
  303.      └─────────────┴───────────────────────────────────────────────────────
  304.      
  305.      This  is an unregistered version of the program, and when it is run it
  306.      will say so.  You can  run  this  program around 30 times.  After that
  307.      you will be prompted to register and it will wait  for  a  key  to  be
  308.      pressed.   Then normal operation will continue.  A lot of work was put
  309.      in to the program  so  please  register  for  US$12.95  if you use it.
  310.      Program is self-eraseable, if you do not like it just type :
  311.      
  312.                           DELALL C:\DELALL.* /S /D /-P
  313.      
  314.      Where C is your drive that DELALL.EXE is in.  How  many  programs  are
  315.      that easy to get rid of nowadays?
  316.      
  317.      When registered, you will receive the registered version  and  a  FREE
  318.      FILE  FINDER  plus the FREE UPGRADE when it is available.  You have to
  319.      register by June 1 1994  for  free  upgrade  and free file finder.  To
  320.      register simply print and fill out the DELALL.FRM file  included  with
  321.      this  compressed  file.   With  your  support  I'll be able to develop
  322.      applications  like  this  one  and  more.   Windows  versions  of both
  323.      programs will be  available  soon.   Please  feel  free  to  add  your
  324.      comments  and/or  suggestions  to  the  form provided.  If you are not
  325.      interested in this version but would  like  to be informed of the next
  326.      version, or windows versions send the DELALL.FRM via e-mail or regular
  327.      mail or fax and do not include any checks.
  328.      
  329.      Here are some more utilities from OY Utilities :
  330.      
  331.      File Finder........: Searches for files, great utility to find missing
  332.                           files
  333.      
  334.      Double File Finder.: Searches  for  duplicate  files, great utility to
  335.                           free up some disk space.
  336.           
  337.  
  338.  
  339.  
  340.  
  341.  
  342.  
  343.  
  344.  
  345.  
  346.  
  347.  
  348.  
  349.  
  350.  
  351.  
  352.  
  353.      ══════════════════════════════════════════════════════════════════════
  354.      Written by Omer YALHI  Shareware Documentation                  Page 6
  355.  
  356.  
  357.      DELALL Version 1.10                               OY Utilities for DOS
  358.      ══════════════════════════════════════════════════════════════════════
  359.  
  360.      ┌─────────────┐
  361.      │ Legal Notes │
  362.      └─────────────┴───────────────────────────────────────────────────────
  363.                              DISCLAIMER OF WARRANTY
  364.      
  365.      THIS  SOFTWARE AND DOCUMENT ARE SOLD "AS IS" AND WITHOUT WARRANTIES AS
  366.      TO PERFORMANCE  OF  MERCHANTABILITY  OR  ANY  OTHER WARRANTIES WHETHER
  367.      EXPRESSED OR IMPLIED.  BECAUSE OF THE VARIOUS  HARDWARE  AND  SOFTWARE
  368.      ENVIRONMENTS INTO WHICH THIS PROGRAM MAY BE PUT NO WARRANTY OF FITNESS
  369.      FOR  A  PARTICULAR PURPOSE IS OFFERED.  GOOD DATA PROCESSING PROCEDURE
  370.      DICTATES THAT ANY PROGRAM  BE  THOROGHLY TESTED WITH NON-CRITICAL DATA
  371.      BEFORE RELYING ON IT.  THE USER MUST ASSUME THE ENTIRE RISK  OF  USING
  372.      THE PROGRAM.
  373.  
  374.  
  375.  
  376.  
  377.  
  378.  
  379.  
  380.  
  381.  
  382.  
  383.  
  384.  
  385.  
  386.  
  387.  
  388.  
  389.  
  390.  
  391.  
  392.  
  393.  
  394.  
  395.  
  396.  
  397.  
  398.  
  399.  
  400.  
  401.  
  402.  
  403.  
  404.  
  405.  
  406.  
  407.  
  408.  
  409.  
  410.  
  411.  
  412.      ══════════════════════════════════════════════════════════════════════
  413.      Written by Omer YALHI  Shareware Documentation                  Page 7
  414.